home *** CD-ROM | disk | FTP | other *** search
/ Tabloid Beauties (1996 Edition) / Tabloid Beauties - 1996 Edition.iso / mac / DATA / MICHELLE.DIR / 00209_Script_209 < prev    next >
Text File  |  1996-04-09  |  271b  |  12 lines

  1. on exitFrame
  2.   puppetPalette (0)
  3.   puppetsprite 8,false
  4.   puppetsprite 9,false
  5.   cursor -1
  6.   if rollover(5) then go "Michelle1"
  7.   if rollover(6) then go "Michelle2"
  8.   if rollover(7) then go "Michelle3"
  9.   if rollover(8) then go "Michelle4"
  10.   go the frame
  11.   
  12. end